home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / func.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  202b  |  11 lines

  1. #ifndef __func_h_
  2. #define __func_h_
  3.  
  4. #include "structs.h"
  5.  
  6. int regfun( const char *name, int file, int line );
  7. int findfun( int name, int *file, int *line );
  8. struct sysfun *findsys( int name );
  9.  
  10. #endif
  11.